home *** CD-ROM | disk | FTP | other *** search
/ Aminet 41 / Aminet 41 (2001)(Schatztruhe)[!][Feb 2001].iso / Aminet / comm / www / GuiSGML.lha / GuiSGML / Tag_List < prev    next >
Text File  |  2000-10-31  |  1KB  |  63 lines

  1. DATA
  2. USERTAG
  3. HTML
  4. HEAD
  5. TITLE
  6. BODY
  7. P
  8. BR
  9. HR
  10. H1
  11. H2
  12. H3
  13. H4
  14. H5
  15. H6
  16. UL
  17. OL
  18. LI
  19. B
  20. TABLE
  21. TR
  22. TD
  23. TH
  24. FRAMESET
  25. !--
  26. NOSCRIPT
  27. OPTION
  28. #include
  29.  
  30. META
  31. PRE
  32. <!-- The following defines the display format, each format
  33.      can reference arguments of the block being displayed
  34.      (or environment variables) EG, if the format is
  35.      applied to a tag with a NAME argument $NAME will be
  36.      replaced with the arguments value. $_ is the name of
  37.      the block being processed.
  38.  
  39.      These SGML tags can be used to define new tags with
  40.      properties, for example a display format. These
  41.      properties also may be used in the future as the
  42.      basis for a DTD rules checker.
  43. -->
  44. <DISPLAYFMT NAME=TAGNAME FMT="$_ ($NAME)">
  45. <DISPLAYFMT NAME=TAGSRC FMT="$_ ($SRC)">
  46. <DISPLAYFMT NAME=TAGHREF FMT="$_ ($HREF)">
  47. <DISPLAYFMT NAME=TAGSIZE FMT="$_ ($SRC $WIDTH x $HEIGHT)">
  48.  
  49. <!-- The following defines new tags with a display format -->
  50. <NEWTAG NAME=ARG DISPLAYFMT=TAGNAME>
  51. <NEWTAG NAME=NEWTEMPLATE DISPLAYFMT=TAGNAME>
  52. <NEWTAG NAME=TEMPLATE DISPLAYFMT=TAGNAME>
  53. <NEWTAG NAME=FORM DISPLAYFMT=TAGNAME>
  54. <NEWTAG NAME=SELECT DISPLAYFMT=TAGNAME>
  55. <NEWTAG NAME=INPUT DISPLAYFMT=TAGNAME>
  56. <NEWTAG NAME=BUTTON DISPLAYFMT=TAGNAME>
  57. <NEWTAG NAME=FRAME DISPLAYFMT=TAGNAME>
  58. <NEWTAG NAME=IMG DISPLAYFMT=TAGSIZE>
  59. <NEWTAG NAME=SCRIPT DISPLAYFMT=TAGSRC>
  60. <NEWTAG NAME=A DISPLAYFMT=TAGHREF>
  61. <NEWTAG NAME=NEWTAG DISPLAYFMT=TAGNAME>
  62. <NEWTAG NAME=DISPLAYFMT DISPLAYFMT=TAGNAME>
  63.